home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
-
- global topicLetter, subtopicNumber,lineSelect,mediaField, Master
-
-
- put line lineSelect of field mediaField into SSTmediaList
- if item 1 of SSTmediaList = 10 then
- put item 2 of SSTmediaList into mediaName
- end if
- if item 3 of SSTmediaList = 10 then
- put item 4 of SSTmediaList into mediaName
- end if
- if item 5 of SSTmediaList = 10 then
- put item 6 of SSTmediaList into mediaName
- end if
- if item 7 of SSTmediaList = 10 then
- put item 8 of SSTmediaList into mediaName
- end if
- if item 9 of SSTmediaList = 10 then
- put item 10 of SSTmediaList into mediaName
- end if
- if item 11 of SSTmediaList = 10 then
- put item 12 of SSTmediaList into mediaName
- end if
- if item 13 of SSTmediaList = 10 then
- put item 14 of SSTmediaList into mediaName
- end if
- if item 15 of SSTmediaList = 10 then
- put item 16 of SSTmediaList into mediaName
- end if
- if item 17 of SSTmediaList = 10 then
- put item 18 of SSTmediaList into mediaName
- end if
- if item 19 of SSTmediaList = 10 then
- put item 20 of SSTmediaList into mediaName
- end if
-
- set mediaChoice = 1.0
-
- global PSMdispVisible
- if PSMdispVisible then
- closePSMdisp
-
-
- end if
-
- global textDispVisible
- if textDispVisible and Master <> "MI10" then
-
- closeTextDisp
-
- if the number of cast mediaName > 0 then
- put field mediaName into field "TextDispBoard"
- else
- put field "no text" into field "textDispBoard"
- end if
-
- openTextDisp
- set Master = "MI10"
-
- else
- if the number of cast mediaName > 0 then
- put field mediaName into field "TextDispBoard"
- else
- put field "no text" into field "textDispBoard"
- end if
-
- openTextDisp
- set Master = "MI10"
- end if
-
-
- end